home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
08
/
6
/
DISK0866.ZIP
/
INST1.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-08-28
|
525b
|
24 lines
echo off
cls
echo The hard drive you have chosen is drive %1:
echo Make sure the DEEP SPACE 3-D disk is in drive %2:
echo (If this is not correct type Ctrl-C to exit and try again.)
pause
%1:
cd \
md \ds3d
md \ds3d\dsdata
md \ds3d\dsfiles
copy %2:ds3d.bat
copy %2:ds3d.exe \ds3d
copy %2:ds3d.ovr \ds3d
copy %2:cga.bgi \ds3d
copy %2:egavga.bgi \ds3d
copy %2:herc.bgi \ds3d
copy %2:readme.doc \ds3d
copy %2:install.bat \ds3d
copy %2:inst1.bat \ds3d
copy %2:inst2.bat \ds3d
\ds3d\inst2 %1 %2
:exit